home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Estrategia
/
tactics_core.swf
/
scripts
/
DefineButton2_854
/
BUTTONCONDACTION on(release).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
334 b
|
15 lines
on(release){
_parent.hidecells();
_parent.items.gotoAndStop("Disable");
if(_parent.cells.moverangecells != null)
{
_parent.cells.moverangecells.removeMovieClip();
}
if(halfcnt != null)
{
_parent.currentunit.cnt = halfcnt;
}
docommand = "Wait";
gotoAndPlay(_currentframe + 2);
}